ifUseIframe

Class: com.microstrategy.web.app.taglibs.IfTemplateValueTag

Usage:

This custom tag provides a way for evaluating a set of properties associated with template values. Note: If no property is specified, it verifies whether the 'iFrame' property is true or not. For example:
 <web:ifTemplateValue mproperty="iFrame" runat="server" >
   <web:mthen runat="server" >
 This text is rendered if the value of the iFrame property matches the one specified in "value". Since the "value" attribute was not specified, it will treat the property as a boolean.
   </web:mthen>
 </web:ifTemplateValue>
 


Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server